home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Steal This CD
/
steal_this_cd.iso
/
Chapter 03 - Hacking People, Places, and Things
/
sparks.exe
/
{app}
/
actions
/
DownloadRadio.menu
< prev
next >
Wrap
Text File
|
2005-03-17
|
764b
|
42 lines
[
{
"label" : "Cancel",
"action" : "OnCancel",
"validate" : "OnCancelValidate",
},
{},
{
"label" : "Show",
"action" : "OnShow",
"validate" : "OnShowValidate",
},
{},
#if $platform in [ "msw", "mac", ]:
{
"label" : "Play in Sparks!",
"action" : "OnPlay",
"validate" : "OnPlayValidate",
"external" : False,
"is_default" : True,
},
#end if
{
"label" : "Play in Media Player",
"action" : "OnPlay",
"validate" : "OnPlayValidate",
"external" : True,
},
{},
{
"label" : "Delete Downloaded Attachment",
"action" : "OnDeleteAttachment",
"validate" : "OnDeleteAttachmentValidate",
},
{
"label" : "Open Attachment Folder",
"action" : "OnOpenAttachmentFolder",
"validate" : "OnOpenAttachmentFolderValidate",
},
]